home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 96 / Amiga News 96.iso / amig_ad_os / avm / prog / source / startup.avmsrc < prev    next >
Text File  |  1977-12-31  |  3KB  |  121 lines

  1. startrecord=true
  2. label=multistartup
  3. nodetype=14
  4. comment=This is where it all begins
  5. nextactiontype=3
  6. nextactionaction=
  7. endrecord=true
  8. startrecord=true
  9. label=InitialMenu
  10. nodetype=3
  11. filename='avm:voices/InitialMessage'
  12. comment=*Please* press 1 now.  [3-5 seconds of silence]  If you cannot press 1, please wait. [0=repeat menu, 2=fax, 5=data, *=hangup]
  13. retries=1
  14. zeroactiontype=0
  15. zeroactionaction=InitialMenu
  16. oneactiontype=2
  17. oneactionaction=call level0
  18. twoactiontype=2
  19. twoactionaction=mailbox = 'anonymous'; signal stdfaxinstruct
  20. threeactiontype=0
  21. threeactionaction=InitialMenu
  22. fouractiontype=0
  23. fouractionaction=InitialMenu
  24. fiveactiontype=2
  25. fiveactionaction=mailbox = 'anonymous'; signal stddatainstruct
  26. sixactiontype=0
  27. sixactionaction=InitialMenu
  28. sevenactiontype=0
  29. sevenactionaction=InitialMenu
  30. eightactiontype=0
  31. eightactionaction=InitialMenu
  32. nineactiontype=0
  33. nineactionaction=InitialMenu
  34. poundactiontype=2
  35. poundactionaction=return
  36. staractiontype=0
  37. staractionaction=stdabort
  38. faxactiontype=2
  39. faxactionaction=mailbox = 'anonymous'; signal stdfax
  40. dataactiontype=2
  41. dataactionaction=mailbox = 'anonymous'; signal stddata
  42. busyactiontype=0
  43. busyactionaction=stdbusy
  44. timedoutactiontype=0
  45. timedoutactionaction=startupTimedOut
  46. abortactiontype=0
  47. abortactionaction=stdabort
  48. erroractiontype=0
  49. erroractionaction=stderror
  50. nextactiontype=0
  51. nextactionaction=InitialMenu
  52. endrecord=true
  53. startrecord=true
  54. label=startupTimedOut
  55. nodetype=8
  56. line1=answerpri = upper(getclip('AVMAnswerPriority'))
  57. line2=if answerpri = 'FAX' then do; mailbox = 'anonymous'; signal stdfax; end
  58. line3=else if answerpri = 'DATA' then do; mailbox = 'anonymous'; signal stddata; end
  59. line4=
  60. line5=
  61. line6=
  62. line7=
  63. line8=
  64. line9=
  65. line10=
  66. nextactiontype=1
  67. nextactionaction=anonymous
  68. endrecord=true
  69. startrecord=true
  70. label=
  71. nodetype=14
  72. comment=We're done
  73. nextactiontype=0
  74. nextactionaction=answervoiceDone
  75. endrecord=true
  76. startrecord=true
  77. label=level0
  78. nodetype=3
  79. filename='avm:voices/level0'
  80. comment=Press 1 for (name of mailbox1), 2 for (name of mailbox2), 3 for everyone.  [3-5 seconds of silence]  At any menu, press the * sign to hang up, the # sign to return to the previous menu, and 0 to repeat the voice prompt.
  81. retries=3
  82. zeroactiontype=0
  83. zeroactionaction=level0
  84. oneactiontype=1
  85. oneactionaction=mailbox1
  86. twoactiontype=1
  87. twoactionaction=mailbox2
  88. threeactiontype=1
  89. threeactionaction=anonymous
  90. fouractiontype=3
  91. fouractionaction=
  92. fiveactiontype=3
  93. fiveactionaction=
  94. sixactiontype=3
  95. sixactionaction=
  96. sevenactiontype=3
  97. sevenactionaction=
  98. eightactiontype=3
  99. eightactionaction=
  100. nineactiontype=3
  101. nineactionaction=
  102. poundactiontype=2
  103. poundactionaction=return
  104. staractiontype=0
  105. staractionaction=answervoiceDone
  106. faxactiontype=2
  107. faxactionaction=mailbox = 'anonymous'; signal stdfax
  108. dataactiontype=2
  109. dataactionaction=mailbox = 'anonymous'; signal stddata
  110. busyactiontype=0
  111. busyactionaction=stdbusy
  112. timedoutactiontype=0
  113. timedoutactionaction=answervoiceDone
  114. abortactiontype=0
  115. abortactionaction=stdabort
  116. erroractiontype=0
  117. erroractionaction=stderror
  118. nextactiontype=0
  119. nextactionaction=level0
  120. endrecord=true
  121.